Learn R Programming

qtl (version 0.85-4)

A starting point: Introductory comments

Description

A brief introduction to the R/qtl package.

Arguments

New to R?

  • Be sure to read the R documention and/or tutorials available from the R archive (http://cran.r-project.org).
  • In order to use the R/qtl package, you must type (within R)library(qtl). You may wish to include this in a.Firstfunction or.Rprofilefile.
  • Use thehelp.startfunction to start the html version of the R help.
  • Typelibrary(help=qtl)to get a list of the functions in R/qtl.
  • Use theexamplefunction to run examples of the various functions in R/qtl.